@charset "utf-8";
body {
	background-color: #bce4ff;
}
.content {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
.page-down {
  width: 30px;
  height: 30px;
  background: #999;
  position: fixed;
  bottom: 30px;
  right: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  display: none;
  z-index: 99999;
}
.page-down:hover {
  background: #448cd6;
}
.table {
  display: table;
  width: 100%;
  height: 100%;
}
.table .cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.smallest-screen {
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background: url(../images/displaynone.png) no-repeat center #666;
  display: none;
}
.pagination{
	text-align: left;
	float: right;
}
.pagination li{
	display: inline-block;
	margin-right: 5px;
	text-align: center;
	float: left;
}
@media only screen and (max-width : 319px) {
  .smallest-screen {
    display: block;
  } /*判断屏幕小于319px隐藏显示网站*/
}
.white {
  color: #fff !important;
}
.webmain {
	overflow: hidden;
	min-width: 1200px;
}
.tishi {
  text-align: center;
  color: #333;
  font-size: 14px;
}
.tupian {
  width: 100%;
  background: #f1f1f1;
}
.middle_holder {
  display: inline-block;
  font-size: 0;
  width: 0;
  height: 50px;
  vertical-align: middle;
}
.middle {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.nav_handle {
  display: none;
  position: relative;
  width: 27px;
  padding: 0 0 0 15px;
  cursor: pointer;
  float: right;
}
.nav_handle b {
  width: 27px;
  height: 10px;
  position: relative;
}
.nav_handle b i {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #333;
  top: 0;
  -webkit-transform-origin: 29% 50%;
  transform-origin: 29% 50%;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.nav_handle b .l_2 {
  top: auto;
  bottom: 0;
}
.nav_handle.on b i {
  transform: rotate(45deg);
  background: #448cd6;
}
.nav_handle.on b .l_2 {
  transform: rotate(-45deg);
}
.banner {  position: relative;
  overflow: hidden;
}
.banner img {
  width: 1920px;
  height: auto;
}
.banner .pagination {
  z-index: 99;
  text-align: center;
  line-height: 30px;
  height: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 20px;
}
.banner .pagination .swiper-pagination-switch {
  cursor: pointer;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin: 0 12px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 2px solid #fff;
}
.banner .pagination .swiper-active-switch {
  background: #448cd6;
  border-color: #448cd6;
}
.banner .banner-left {
  display: none;
  position: absolute;
  opacity: .8;
  font-size: 50px;
  color: #fff;
  left: 20px;
  top: 50%;
  width: 40px;
  height: 110px;
  line-height: 110px;
  margin-top: -55px;
}
.banner .banner-right {
  display: none;
  position: absolute;
  opacity: .8;
  font-size: 50px;
  color: #fff;
  right: 20px;
  top: 50%;
  width: 40px;
  height: 110px;
  line-height: 110px;
  margin-top: -55px;
}
.banner .banner-left:hover, .banner .banner-right:hover {
  opacity: 1;
}
.Bottomerkg {
  height: 59px;
  display: none;
}
.Bottomer {
	display: none;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 999999;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	background-color: #448cd6;
}
.Bottomer .BottomList li {
  width: 25%;
  float: left;
  display: inline-block;
  text-align: center;
  position: relative;
  padding: 10px 0px;
}
.Bottomer .BottomList li img {
  vertical-align: middle;
  height: 20px;
}
.Bottomer .BottomList li span {
  font-size: 14px;
  color: #fff;
  display: block;
  margin-top: 5px;
}
.Bottomer .BottomList li p {
  font-size: 14px;
  color: #D5A334;
  margin: 0;
  position: absolute;
  right: 20px;
  top: 10px;
}
.intop {
  line-height: 30px;
  background: #efefef;
  color: #666;
}
.header {
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
.header .logo {
  float: left;
}
.header .phone {
	float: right;
	line-height: 30px;
	font-size: 24px;
	color: #13589e;
	font-weight: bold;
	padding-right: 11px;
	padding-left: 60px;
	background-image: url(../images/bottom-phone1.png);
	background-repeat: no-repeat;
	background-position: 8px;
	margin-top: 10px;
}
.header .phone .tit {
	font-size: 20px;
}
.menu {
	width: 100%;
	height: 50px;
	background-color: #448cd6;
}
.menu * {
}
.menu .ul-list {
}
.menu .ul-list > li {
	position: relative;
	width: 14.2857%;
	float: left;
}
.menu ul li:hover a, .menu ul li.on a {
	background-color: #13589e;
}
.menu .ul-list > li:last-child {
  border-right: none;
}
.menu .ul-list > li > a {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
}
.menu .ul-list > li > span {
  color: #fff;
  font-size: 16px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu .ul-list > li:hover .ol-list {
  display: block;
}
.menu .ol-list > li:hover .ols-list {
  display: block;
}
.menu .ol-list {
  display: none;
  top: 50px;
  left: 0;
  z-index: 999;
  background: #002868;
  width: 100%;
  position: absolute;
}
.menu .ol-list > li > a {
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu .ol-list > li > a:hover {
	background-color: #448cd6;
	border-bottom-width: 0px;
}
.menu .ols-list {
	display: none;
	background: #002868;
	width: 120px;
	z-index: 1000;
	position: absolute;
	top: 0px;
	left: 135px;
}
.menu .ols-list > li > a {
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu .ols-list > li > a:hover {
	background-color: #0091F0;
	border-bottom-width: 0px;
}
.inqyjj{
	padding-top: 70px;
	background-image: url(../images/tzlc.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding-bottom: 120px;
}
.ingsjjc{
	width: 100%;
	line-height: 40px;
	font-size: 22px;
	font-weight: bold;
	color: #1e61a5;
	margin-bottom: 30px;
}
.ingsjjc .tel{
	background-color: #0762cb;
	float: right;
	height: 35px;
	width: 220px;border-radius:15px;
}
.ingsjjc .tels{
	background-color: #fff;
	height: 29px;
	width: 90px;
	border-radius: 15px;
	margin-top: 3px;
	margin-left: 3px;
	font-size: 12px;
	line-height: 29px;
	text-align: center;
	float: left;
}
.ingsjjc .telc{
	height: 29px;
	width: 127px;
	border-radius: 15px;
	margin-top: 3px;
	font-size: 14px;
	line-height: 29px;
	text-align: center;color: #fff;float: left;
}
.ingsjj{
	width: 100%;
	margin-bottom: 35px;
}
.ingsjj .gsjj{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.ingsjj .gsjja{	width:40%;
	float:left;
	}
.ingsjj .gsjjb{
	width: 56%;
	float: left;
	overflow: hidden;
	line-height: 25px;
	font-size: 15px;
	padding-left:4%;color: #fff;
	
}
.gsjjbba{width: 35%;height:50px;float: left;}
.gsjjbbb{
	width: 65%;
	height: 50px;
	float: left;
	background-color: #448cd6;
}
.gsjjba{
	font-size: 25px;
	font-weight: bold;
	color: #000;
	width: 175px;
	line-height: 35px;
}
.gsjjbaa{
	font-size: 25px;
	font-weight: bold;
	color: #000;
	width: 175px;
	line-height: 35px;
}
.gsjjbab{
	font-size: 14px;
	color: #000;
	line-height: 25px;
}
.gsjjba1{
	font-size: 8px;
	font-weight: normal;
	color: #000;
	line-height: 15px;
	margin-bottom: 25px;
}
.gsjjbac{
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	width: 175px;
	line-height: 35px;
}
.gsjjba1c{
	font-size: 8px;
	font-weight: normal;
	color: #fff;
	line-height: 15px;
	margin-bottom: 10px;
}
.gsjjba2c{
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	line-height: 23px;
	height: 69px;overflow:hidden;
}
.frr{
	text-align: right;
	float: right;}
.gd-count{
	font-size: 32px;
	font-weight: 900;
	color: #000;
}
.scs{
	border-radius: 50%;
	background-color: #448cd6;
	font-size: 12px;
	color: #fff;
	margin-left: 6px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.scsc{
	width: 100%;text-align: center;
}
.num1{
	font-size: 14px;
	line-height: 30px;color: #000;
}
#slider {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0px auto 0px auto;
	font-size: 0px;
}

#slider li {
	position: absolute;
	top: 0;
	left: 0;
}

.incpzx{
	padding-top: 70px;
	padding-bottom: 70px;
	background-image: url(../images/1595764346.jpg);
	background-repeat: no-repeat;
	background-position: center 70px;
}
.lmbtaa{
	font-size: 32px;
	line-height: 45px;
	color: #000;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	text-align: center;
	letter-spacing: 0px;	
}
.lmbtaa span{
	font-size: 32px;
	padding-right: 20px;
	padding-left: 20px;
	color: #dedede;
}
.bsd{color: #fff;}
.lmbtbb{
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	height: 2px;
	margin-top: -23px;
	background-image: url(../images/en.png);
	background-position: center top;
}
.lmbtcc{
	margin-right: auto;
	margin-left: auto;
	width: 60%;
	margin-top: 35px;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
}
.lmbtdd{
	margin-right: auto;
	margin-left: auto;
	width: 60%;
	margin-top: 15px;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
}
.incpzx .tab {
	width: 65%;
	height: 50px;
	float: left;
	background-color: #448cd6;
}
.incpzx .tab ul li {
	font-size: 15px;
	width: 20%;
	margin-top: 0;
	float: left;
	color: #fff;
	text-align: center;
	line-height: 50px;
}
.incpzx .tab ul li a{
	color: #fff;
}
.cpline1{
	background-image: url(../images/cpline1.png);
	background-repeat: no-repeat;
}
.cpline2{
	background-image: url(../images/cpline2.png);
	background-repeat: no-repeat;
	background-position: right bottom;	
}
.msa{
	position: absolute;
	bottom: 0;
	height: 35px;
	width: 100%;
	color: #FFF;
	background-image: url(../images/cpsj1.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.xz{transform: rotate(180deg);}
.msaa{
	position: absolute;
	bottom: 0;
	line-height: 45px;
	background-color: rgba(0,38,102,.6);
	text-align: center;
	height: 45px;
	width: 100%;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
}
.incpzx .proCenter .list{
	width: 100%;
	margin-top: 0px;
	display: none;
}
.incpzx .proCenter .list:nth-child(1){ display:block;}
.incpzx .proCenter .list li{float:left;width:23.5%;height: auto;margin-top:30px;margin-right:2%;transition:all .5s;}
.incpzx .proCenter .list li:nth-child(4n){ margin-right:0;}
.incpzx .proCenter .list li a{
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.incpzx .proCenter .list li img{width:100%;}
.incpzx .proCenter .list li .tit{
	height: 35px;
	font-size: 15px;
	text-align: center;
	line-height: 35px;
}
.incpzx .proCenter .list li:first-child{margin-left:0px;}
.incpzx .proCenter .list li .title{
	margin-top: 12px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
.incpzx .proCenter .list li .tit{
	color: #fff;
	background-color: #448cd6;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.incpzx .proCenter .list li:hover .tit{background-color: #13589e;}

.innr{
	background-color: #bce4fe;
	background-image: url(../images/tzlc.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.inyyly{
	padding-top: 50px;
}
.inyyly .yyb{display:none;}
.innews .xwb2{display:none;}
.ingsys{
	padding-top: 50px;
	padding-bottom: 60px;
	margin-top: -170px;
}
.ingsys .ysls{
	width: 100%;
}
.ingsys .ysls li{
	width: 28%;
	margin-right: 2%;
	float: left;
	background-color: rgba(68,140,214,.8);
	height: 150px;
	margin-bottom: 50px;
	padding-right: 2%;
	padding-left: 2%;
	background-repeat: no-repeat;
	background-position: 3% 5px;
	padding-top: 100px;
}
.ingsys .ysls li:nth-child(3){ margin-right:0;}
.ingsys .ysls li:hover{
	background-color: #448cd6;
}
.inkey {  
padding: 10px 0;
  line-height: 22px;
  background: #448cd6;
  color: #fff;
  font-size: 14px;
}
.inkey a {
	color: #fff;
	margin-bottom: 15px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.bz{color: #fff;}

.innews{
	padding-top: 30px;
	padding-bottom: 80px;
}
.innews .tab {
	height: 48px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b1b1b1;
}
.innews .tab ul li {
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	width: 19%;
	margin-top: 0;
	margin-bottom: 15px;
	float: left;
	margin-right: 1%;
	color: #fff;
	text-align: center;
	background-color: #448cd6;
}
.innews .tab ul li:nth-child(2n){ margin-right:48%;}
.innews .tab ul li:nth-child(3n){
	margin-right: 0%;
	height: 50px;
	margin-top: -15px;
	margin-bottom: 5px;
	width: 13%;
	background-color: #FFF;
	color: #13589e;
}
.innews .tab ul li a{color: #fff;}
#scrollDiv{width:100%;height:467px;overflow:hidden;}/*这里的高度和超出隐藏是必须的*/
#scrollDiv li{
	height: 66px;
	width: 87%;
	overflow: hidden;
	zoom: 1;
	font-size: 13px;
	line-height: 22px;
	padding-right: 3%;
	padding-left: 10%;
	border-bottom-width: 13.2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #226cd0;
	border-bottom-color: #448cd6;
	padding-top: 13.2px;
	border-top-width: 1px;
	background-image: url(../images/cpbj.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#scrollDiv li span{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.xwb{
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}
.xwb1{
	width: 42%;
	float: left;position: relative;
}
.xwb2{
	width: 55%;
	float: left;
	padding-left: 3%;
	font-size: 16px;
}
.xwb2 li{overflow:hidden;}
.xwb2 li:hover a{
	color: #1e61a5;
}
.xwb2 li span{
	color: #999;
	float: right;
}
.msaa{
	position: absolute;
	bottom: 0;
	line-height: 50px;
	background-color: rgba(30,97,165,.5);
	text-align: center;
	height: 50px;
	width: 100%;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;overflow:hidden;
}

.xwb3{
	width: 56%;
	float: left;
	padding-left: 2%;
	font-size: 16px;
}
.xwb3 li{
	margin-bottom: 3px;
	background-color: #E6F4FF;
	height: 58px;
	padding: 6px;
}
.xwb3 li:hover{
	background-color: #448cd6;
	color: #FFFFFF;
}
.xwb3 .dd21{
	background-color: #448cd6;
	height: 58px;
	width: 58px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	float: left;
	margin-right: 10px;
}
.xwb3 .dd21 span{
	font-size: 20px;
	font-weight: bold;
	line-height: 32px;
}

.xwb3 .dd22{
	float: left;
	font-size: 14px;
	width: 570px;
}
.xwb3 .dd22 span{
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
}
.xwb3 li:hover a{
	color: #FFFFFF;
}
.oinput2{
	border: 1px solid #999;
	height: 35px;
}
.footer {
  padding-top: 55px;
  background: #448cd6;
}
.footer .fnava {
	width: 260px;
	margin-right: 40px;
	min-height: 200px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
	background-image: url(../images/logo_f.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.footer .fnav {
  width: 120px;
  margin-right: 10px;
  min-height: 200px;
  float: left;
}
.footer .fnav .tit {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}
.footer .fnav a {
  font-size: 14px;
  color: #fff;
  display: block;
  height: 30px;
  line-height: 30px;　
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer .fnav a:hover {
  color: #fff;
}
.footer .fcon {
	float: left;
	padding-left: 30px;
	height: 200px;
}
.footer .fcon .tit {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}
.footer .fcon .nr {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
}
.footer .fcon .nr i {
  width: 30px;
  text-align: center;
  font-size: 18px;
}
.footer .fcons {
	float: right;
	width: 150px;
	height: 200px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff;
	padding-left: 40px;
	text-align: center;
}
.footer .fcons .tit {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}
.footer .fcons .nr li{
	float: left;
	width: 150px;
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	text-align: center;
}
.footer .banq {
  padding: 10px 0;
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  border-top: 1px solid #fff;
  margin-top: 50px;
}
.footer .banq a{
  color: #fff;
}
.nybanner {
  height: 400px;
  background-size: auto 100% !important;
}
.met_clear {
  clear: both
}
.met_none {
  display: none
}
.met_hidden {
  visibility: hidden
}
.met_fl {
  float: left
}
.met_fr {
  float: right
}
.tem_inner {
  width: 1200px;
  margin: 0 auto;
}
.key-serch {
  width: 100%;
  background: #f7f7f7;
  height: 68px;
  padding: 0px 0;
}
.key-serch .tem_inner {
  height: 68px;
  overflow: hidden;
}
.key-serch .keywords {
  font-size: 14px;
  line-height: 68px;
  color: #323333;
  font-weight: bold;
  float: left;
  padding-left: 0px;
  width: 630px;
}
.key-serch .keywords span {
  color: #448cd6;
}
.key-serch .keywords a {
  font-size: 14px;
  color: #808080;
  margin: 0 5px;
  font-weight: normal;
}
.key-serch .keywords a:hover {
  color: #448cd6
}
.key-serch .search {
  margin: 15px 0 0;
  float: right;
}
.key-serch .search span.navsearch_input {
  position: relative;
  display: block;
  float: left;
}
.key-serch .search span.navsearch_input input {
  float: left;
  border: #fff solid 1px !important;
  border-right: #fff solid 0px !important;
  height: 36px;
  line-height: 34px;
  width: 300px;
  outline: none;
  text-indent: 12px;
  overflow: hidden;
  border-radius: 0;
  background: #fff;
  color: #d3d3d3;
}
.key-serch .search span.navsearch_input label {
  left: 15px;
  top: 0px;
  z-index: 1;
  cursor: text;
  font-size: 12px;
  position: absolute;
  line-height: 36px;
}
.key-serch .search .searchgo {
  color: #fff;
  background: #448cd6;
  padding: 0 15px;
  height: 38px;
  border: 0;
  float: left;
  margin-left: 0px;
  border-radius: 0;
}
.key-serch .search .searchgo i {
  font-size: 18px;
}
.key-serch .search ::-webkit-input-placeholder {
  color: #d3d3d3 !important;
}
.key-serch .search ::-moz-placeholder {
  color: #d3d3d3 !important;
}
.key-serch .search :-ms-input-placeholder {
  color: #d3d3d3 !important;
}
.key-serch .search input:-moz-placeholder {
  color: #d3d3d3 !important;
}
.met_position {
  position: relative;
  top: 0px;
  left: 0px;
  float: left;
  color: #666666;
  padding-left: 18px;
  line-height: 68px;
  font-size: 14px;
  background: url(../images/position.png) left center no-repeat;
}
.met_position span {
  color: #666666;
}
.met_position a {
  color: #666666;
  font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
}
.met_position a:last-child {
  color: #666666;
}
.met_section {
  padding: 20px 0;
  width: 1200px;
  margin: 0 auto;
}
.met_section aside {
  position: relative;
  float: left;
  width: 220px;
  padding-top: 10px;
}
.met_section article {
  float: left;
  margin-left: -220px;
  width: 100%;
}
.met_section article .met_article {
  margin-left: 250px;
}
.met_section_asidenone article {
  float: none;
  margin-left: 0;
}
.met_section_asidenone article .met_article {
  margin-left: 0;
}
.met_section aside section {
  border: 0px solid #e8e8e8;
  background: transparent;
}
.met_section aside section h2 {
  font-size: 22px;
  font-weight: bold;
  text-align: left;
  color: #ffffff;
  line-height: 30px;
  padding: 30px 0 30px 60px;
  margin: 0;
  background: #448cd6 url(../images/aside_title.png) no-repeat 25px center;
  border-bottom: 0px solid #448cd6;
}
.met_section aside section h2 span {
  font-size: 18px;
  width: 100%;
  display: block;
  line-height: 18px;
  font-weight: normal;
  margin-top: 5px;
}
.met_section aside .met_aside_list {
  padding: 0px;
  background: transparent;
  border: 0px solid #eeeeee;
  padding: 0px;
}
.met_section aside .met_aside_list dl {
  width: 100%;
}
.met_section aside .met_aside_list .met_clear {
  border-top: 1px solid #fff;
}
.met_section aside .met_aside dl dt {
  border-top: 0px solid #ffffff;
  border-bottom: 0px solid #d2d2d2;
  background: transparent;
}
.met_section aside .met_aside dl:first-child dt {
  border-top: 0px solid #f9f9f9;
}
.met_section aside .met_aside dl:last-child dt {
  border-bottom: 0px solid #f9f9f9;
}
.met_section aside .met_aside dl dt {
  line-height: 20px;
  font-weight: normal;
}
.met_section aside .met_aside dl dt a {
	display: block;
	padding: 10px 10px 10px 25px;
	color: #fff;
	font-size: 15px;
	background: #2d5caa;
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddddd;overflow:hidden;
}
.met_section aside .met_aside dl dt a:hover:before, .met_section aside .met_aside dl dt:hover a:before, .met_section aside .met_aside dl dt.on a:before, .met_section aside .met_aside dl dt.ons a:before {
  background: #fff;
}
.met_section aside .met_aside dl dt a .grayimg {
  width: 25px;
  height: 55px;
  overflow: hidden;
  display: inline-block;
  float: left;
  margin: 0 10px 0 0;
  background-size: 25px auto !important;
}
.met_section aside .met_aside dl dt a img {
  width: 25px;
  margin: 15px 0px;
  height: 25px;
}
.met_section aside .met_aside dl dt a:hover .gray, .met_section aside .met_aside dl dt.on .gray {
  color: #282929;
}
.met_section aside .met_aside dl dt a:hover, .met_section aside .met_aside dl dt:hover a {
  color: #fff;
  background: #448cd6;overflow:hidden;
}
.met_section aside .met_aside dl dt.on, .met_section aside .met_aside dl dt.on a, .met_section aside .met_aside dl dt.ons, .met_section aside .met_aside dl dt.ons a {
  color: #fff;
  background: #448cd6;
}
.met_section aside .met_aside dl dt {
  position: relative;
}
.met_section aside .met_aside dl dt .slideclick {
  position: absolute;
  height: 100%;
  width: 40px;
  right: 0px;
  top: 0px;
  background: url(../images/lefticons.png) no-repeat 15px center;
  padding: 0 0px;
}
.met_section aside .met_aside dl dt.on .slideclick, .met_section aside .met_aside dl dt:hover .slideclick {
  background: url(../images/lefticons_hover.png) no-repeat 15px center;
}
.met_section aside .met_aside dl dt .slideclickon, .met_section aside .met_aside dl dt.on .slideclickon, .met_section aside .met_aside dl dt:hover .slideclickon {
  background: url(../images/lefticonsa_hover.png) no-repeat 13px center;
  color: #448cd6;
}
.met_section aside .met_aside dl dd {
  padding: 10px 10px;
  display: none;
  background: #f2f2f2;
}
.met_section aside .met_aside dl dd.ecoclassslide {
  display: block;
}
.met_section aside .met_aside dl dd a {
  display: block;
  color: #323333;
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  padding: 8px 0 8px 15px;
  border-bottom: 0px solid #e6e6e5;
  border-top: 0px solid #f9f9f9;
}
.met_section aside .met_aside dl dd a:hover {
  color: #448cd6 !important;
}
.met_section aside .met_aside dl dd a:hover span {
  border-bottom: 0px solid #448cd6;
}
.met_section aside .met_aside dl dd span {
  border-bottom: 0px solid rgba(0, 0, 0, 0);
}
.met_section aside .met_aside dl dd h4 {
  border-bottom: 0px solid #fff;
}
.met_section aside .met_aside dl dd:first-child h4 {
  border-top: 0px solid #f9f9f9 !important;
}
.met_section aside .met_aside dl dd a:hover, .met_section aside .met_aside dl dd h4.active a {
  color: #448cd6;
}
.met_section aside .met_aside dl dd .on a, .met_aside dl dd a:hover {
  color: #448cd6;
}
.met_section aside .met_aside dl dd a:hover span, .met_section aside .met_aside dl dd h4.active a span, .met_section aside .met_aside dl dd .on a span, .met_aside dl dd a:hover span {
  border-bottom: 0px solid #448cd6;
}
.met_section aside .met_related {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #f1f1f1;
}
.met_section aside .met_related h2 {
  padding: 0px 10px 0px 10px;
  height: 63px;
  line-height: 63px;
  overflow: hidden;
  background: #448cd6;
  font-size: 24px;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff;
  font-weight: normal;
}
.met_section aside .met_related h2 span {
  font-size: 16px;
}
.met_section aside .met_related .show_contact {
  padding: 20px 15px;
  color: #323333;
  line-height: 2;
}
.met_section aside .met_related ul {
  padding: 5px;
}
.met_section aside .met_related li {
  overflow: hidden;
  list-style: none;
  text-align: left;
  height: 36px;
  line-height: 36px;
  background: url(../images/li.png) no-repeat 8px center;
  width: 100%;
  float: left;
  font-size: 12px;
  border-top: 1px solid #dcdcdc;
}
.met_section aside .met_related li:first-child {
  border: 0px;
}
.met_section aside .met_related li a {
  display: block;
  font-size: 12px;
  color: #666666;
  padding: 0 10px 0 20px;
}
.met_section aside .met_related li span.time {
  float: right;
  padding-left: 5px;
  color: #aaa9a9;
}
.met_section aside .met_related li:hover a {
  display: block;
  font-size: 12px;
  color: #448cd6;
}
.met_section aside .met_left_aside h2 {
  text-align: center;
}
.met_section aside .met_left_aside .met_related_contact {
  padding: 20px 20px;
  line-height: 24px;
  background: #e1e0e0;
  color: #323333;
  font-size: 12px;
}
.eco_aside_list h3 {
  color: #323333;
  font-size: 24px;
  line-height: 24px;
  font-weight: normal;
  padding: 0 0px 0 15px;
  border-left: 3px solid #aaaaaa;
  margin-bottom: 20px;
  margin-top: 20px;
}
.met_section aside .eco_aside_listb {
  background: #141414;
}
.met_section aside .eco_aside_listb h3 {
  color: #fff;
}
.met_section aside .eco_aside_listb dl dt {
  background: #141414;
}
.met_section aside .eco_aside_listb dl dt a {
  color: #fff;
}
.met_section aside .eco_aside_listb dl dd a {
  color: #fff;
}
.met_section aside .met_search {
  margin-top: 20px;
  background: #f5f5f5;
}
.met_section aside .met_search h2 {
  color: #404040;
  line-height: 38px;
  height: 38px;
  font-size: 12px;
  padding: 5px 15px;
  background: #f5f5f5;
  text-align: left;
  font-weight: normal;
  border-bottom: 0px solid #282929;
}
.met_section aside .met_search .search {
  padding: 0 0px;
  height: 50px;
}
.met_section aside .met_search .search span.navsearch_input {
  position: relative;
  display: block;
  float: left;
}
.met_section aside .met_search .search span.navsearch_input input {
  float: left;
  border: #003d8c solid 1px !important;
  height: 40px;
  line-height: 40px;
  width: 190px;
  outline: none;
  text-indent: 12px;
  overflow: hidden;
  background: #f5f5f5;
  border-radius: 10px 0 0 10px;
}
.met_section aside .met_search .search span.navsearch_input label {
  left: 10px;
  top: 0px;
  height: 40px;
  line-height: 40px;
  z-index: 1;
  cursor: text;
  font-size: 14px;
  position: absolute;
}
.met_section aside .met_search .search .searchgo {
  color: #fff;
  padding: 0 20px;
  height: 42px;
  border: 0;
  float: left;
  border-radius: 10px;
  margin-left: -10px;
  background: #004199;
  background: -o-linear-gradient(right, #004199 0, #205fb4 100%);
  background: -moz-linear-gradient(right, #004199 0, #205fb4 100%);
  background: -webkit-linear-gradient(right, #004199 0, #205fb4 100%);
  background: linear-gradient(to right, #004199 0, #205fb4 100%);
}
.met_section aside .met_search .search .searchgo i {
  font-size: 16px;
}
.ecoslider {
  padding: 0;
  background: #f0f0f0;
  line-height: 95px;
  margin-bottom: 35px;
}
.met_article_head {
  position: relative;
  padding: 0;
  height: 50px;
  border-bottom: 1px solid #e4e4e4;
  line-height: 50px;
  margin-bottom: 30px;
}
.met_article_head:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: -1px;
  width: 50px;
  height: 0px;
  background: #448cd6;
}
.met_position {
  position: relative;
  top: 0px;
  left: 0px;
  float: left;
  color: #666666;
  padding-left: 18px;
  line-height: 68px;
  font-size: 14px;
  background: url(../images/position.png) left center no-repeat;
}
.met_position span {
  color: #666666;
}
.met_position a {
  color: #666666;
  font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
}
.met_position a:last-child {
  color: #666666;
}
.met_article_head h1 {
  color: #666666;
  font-weight: bold;
  font-size: 20px;
  margin: 12px 0;
  padding: 0 0 0 12px;
  line-height: 26px;
  float: left;
  border-left: 3px solid #448cd6;
}
.met_section_sehed {}
.met_section_head {
  height: 50px;
  color: #aaa;
  font-size: 12px;
  font-family: '宋体';
  line-height: 50px;
}
.met_section_head a {
  color: #999;
  font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
}
.met_section_head a:hover {
  color: #448cd6;
}
.met_ecoimg {
  padding: 0px 0 0px;
}
.met_article_heads {
  margin-top: 30px;
  position: relative;
  padding: 0;
  border-bottom: 2px solid #ececec;
  margin-bottom: 40px;
}
h3.met_related {
  color: #333333;
  display: inline-block;
  font-size: 22px;
  margin: 0 0 0px 0;
  padding: 10px 0;
  line-height: 24px;
  font-weight: normal;
  border-bottom: 2px solid #448cd6;
}
h3.met_related:before {
  width: 50px;
  height: 0px;
  margin: 0 auto;
  background: #448cd6;
  position: absolute;
  left: 0;
  bottom: -2px;
  content: "";
  margin: 0 auto;
}
h3.met_related p {
  color: #999999;
  font-weight: normal;
  font-size: 14px;
  margin-top: 5px;
}
.met_article_heads .more {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -11px;
  color: #8d8d8d;
}
.met_article_heads .more:hover {
  color: #448cd6;
}
h3.met_related span {
  color: #448cd6;
}
h3.met_related .titleen {
  margin-left: 10px;
  position: relative;
  display: inline-block;
  padding: 0;
  text-transform: Uppercase;
  font-size: 12px;
  color: #333333;
  font-weight: normal;
  height: 28px;
  line-height: 28px;
  top: 2px;
}
h3.met_related .titleen:before {
  width: 8px;
  height: 2px;
  margin: 0 auto;
  background: #448cd6;
  position: absolute;
  left: 0;
  top: 0px;
  content: "";
  margin: 0 auto;
}
.met_aside_product ul {
  list-style: none;
  border: 1px solid #448cd6;
  padding: 15px 30px 10px;
}
.met_aside_product ul li {
  margin-bottom: 10px;
}
.met_aside_product ul li a {
  text-align: center;
  display: block;
  font-size: 0;
  text-align: center;
  margin: 0 auto;
}
.met_aside_product ul li img {
  border: 1px solid #d2d2d2;
}
.met_aside_product ul li h4 {
  padding: 0px 15px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-align: center;
  position: relative;
  font-weight: normal;
  font-size: 14px;
  background: #d2d2d2;
  color: #323333;
  overflow: hidden;
}
.met_aside_product ul li:hover img {
  border: 1px solid #448cd6;
}
.met_aside_product ul li:hover h4 {
  background: #448cd6;
  color: #fff;
}
.met_relateds_yingyong {
  background: url(../images/relateds.jpg) no-repeat center;
  padding: 1px 0 70px;
  margin-bottom: -30px;
  margin-top: 30px;
}
.met_relateds_list {
  display: block;
  position: relative;
  margin: 0px -10px;
}
.met_relateds_list ul {}
.met_relateds_list ul.slides li {
  list-style: none;
  padding: 0px 0px;
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.met_relateds_list ul.slides li .details {
  padding: 2px 2px 0px;
  margin: 0 10px;
  background: #ffffff;
}
.met_relateds_list ul.slides li a {
  position: relative;
  display: block;
}
.met_relateds_list ul.slides li .desc {
  padding: 15px 20px;
  position: relative;
}
.met_relateds_list ul.slides li .desc i {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  line-height: 22px;
  font-style: normal;
  font-size: 22px;
  text-align: center;
  border-radius: 50%;
  background: #cccccc;
  color: #fff;
}
.met_relateds_list ul.slides li img {
  display: block;
  width: 100%;
}
.met_relateds_list ul.slides li h5 {
  padding: 0px 0px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-align: left;
  position: relative;
  font-weight: normal;
  font-size: 16px;
  color: #333333;
}
.met_relateds_list ul.slides li p {
  padding: 0px 0px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-align: left;
  position: relative;
  font-weight: normal;
  font-size: 12px;
  color: #999999;
}
.met_relateds_list ul.slides li:hover h5, .met_relateds_list ul.slides li:hover p {
  color: #fff;
}
.met_relateds_list ul.slides li:hover .details {
  background: #448cd6;
}
.met_relateds_list ul.slides li:hover .desc i {
  background: #fff;
  color: #448cd6;
}
.met_relateds_list .flex-direction-nav li a {
  width: 40px;
  height: 40px;
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  position: relative;
  font-size: 0px;
  margin: 0;
  top: 50%;
  margin-top: -20px;
  border: 1px solid #cfcfcf;
  position: absolute;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border-radius: 50%;
}
.met_relateds_list .flex-direction-nav li a.flex-prev {
  left: -50px;
  background: url(../images/product_left.png) no-repeat center;
  background-size: 10px auto;
}
.met_relateds_list .flex-direction-nav li a.flex-next {
  right: -50px;
  background: url(../images/product_right.png) no-repeat center;
  background-size: 10px auto;
}
.met_relateds_list .flex-direction-nav li:hover a.flex-prev {
  background: #448cd6 url(../images/product_left_hover.png) no-repeat center;
  background-size: 10px auto;
}
.met_relateds_list .flex-direction-nav li:hover a.flex-next {
  background: #448cd6 url(../images/product_right_hover.png) no-repeat center;
  background-size: 10px auto;
}
.met_relateds_list .flex-direction-nav li a.flex-disabled {
  display: block;
}
.met_relateds_list .flex-control-nav {
  position: absolute;
  right: 0;
  bottom: -55px;
  left: 0;
  text-align: center;
}
.met_relateds_list .flex-control-nav li {
  margin: 0px;
}
.met_relateds_list .flex-control-nav li a {
  display: inline-block;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  text-indent: -999em;
  cursor: pointer;
  background: transparent;
  border: 1px solid #448cd6;
  position: relative;
}
.met_relateds_list .flex-control-nav li a.flex-active, .met_relateds_list .flex-control-nav li a:hover {
  background: #448cd6;
  border: 1px solid #448cd6;
}
.news_related_list {
  margin: 0 -10px;
  padding-bottom: 30px;
  border-bottom: 0px solid #e1e1e1;
}
.news_related_list li {
  overflow: hidden;
  list-style: none;
  text-align: left;
  float: left;
  position: relative;
  margin: 0 10px;
  width: 590px;
}
.news_related_list li a {
  font-size: 14px;
  color: #323333;
  padding: 0 10px 0 15px;
  position: relative;
  border-bottom: 0px solid #eeeeee;
  display: block;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news_related_list li a:before {
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  content: '';
  top: 50%;
  margin-top: -2px;
  background: #448cd6;
  border-radius: 100%;
}
.news_related_list li span.time {
  float: right;
  padding-right: 0px;
  color: #999999;
  background: #fff;
  padding-left: 10px;
  z-index: 1;
  position: relative;
}
.news_related_list li:hover a {
  color: #448cd6;
}
.nyabout {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.met_editor {
  line-height: 2
}
.met_editor ul, .met_editor ol {
  padding: 0 0 0 25px;
  margin: 0
}
.met_editor a {
  color: #1c57c4
}
.met_editor a:hover {
  text-decoration: underline
}
.met_editor img {
  max-width: 100%;
  height: auto !important;
}
.met_editor blockquote {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  border-left: 4px solid #e8e8e8
}
.met_editor hr {
  display: block;
  padding: 0;
  border: 0;
  height: 0;
  border-top: 1px solid #e8e8e8;
  margin: 20px 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
.met_editor .metvideobox {
  text-align: center;
  visibility: hidden;
  margin: 10px auto;
}
.met_editor .video-js {
  max-width: 100%;
}
.met_editor table {
  width: 100% !important;
  margin-bottom: 1.6rem;
  border-spacing: 0 !important;
  border-collapse: collapse !important;
  padding: 0 !important;
  border: 0
}
.met_editor table td {
  border: 1px solid #e8e8e8 !important
}
.met_editor table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
  padding: .7rem;
  line-height: 1.6;
  vertical-align: top;
  border-top: 1px solid #e8e8e8
}
.met_editor table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #e8e8e8
}
.met_editor #page_break .collapse {
  display: none
}
.met_editor #page_break .num {
  padding: 10px 0;
  text-align: center
}
.met_editor #page_break .num li {
  display: inline;
  margin: 0 2px;
  padding: 3px 5px;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #666;
  text-align: center;
  cursor: pointer;
  font-family: Arial;
  font-size: 12px;
  overflow: hidden
}
.met_editor #page_break .num li.on {
  background-color: #ccc;
  color: #fff;
  font-weight: bold
}
.metinfo-banner1 {
  overflow: hidden;
  margin: 0 auto
}
.met_pager {
  text-align: center;
  padding: 20px 0 10px
}
.met_pager a {
  border: 1px solid #e2dfdf;
  text-align: center;
  border-radius: 5px;
  height: 38px;
  line-height: 38px;
  min-width: 38px;
  _width: 38px;
  text-align: center;
  display: inline-block;
  color: #474747;
  margin: 0 3px;
  background: #f0f0f0;
}
.met_pager a:hover {
  border: 1px solid #448cd6;
  color: #fff;
  background: #448cd6;
}
.met_pager .PreSpan, .met_pager .NextSpan {
  height: 40px;
  line-height: 40px;
  min-width: 60px;
  _width: 60px;
  border-radius: 5px;
  text-align: center;
  background: #fff;
  color: #474747;
  display: inline-block;
  border: 1px solid #e2dfdf;
}
.met_pager .PreA, .met_pager .NextA {
  height: 38px;
  line-height: 38px;
  min-width: 58px;
  _width: 58px;
  color: #474747
}
.met_pager .PreSpan, .met_pager .PreA {}
.met_pager .NextSpan, .met_pager .NextA {}
.met_pager .firstPage, .met_pager .lastPage {
  font-weight: bold;
  height: 38px;
  line-height: 38px;
  min-width: 40px;
  _width: 40px;
  color: #aaa
}
.met_pager .Ahover {
  font-weight: bold;
  border: 1px solid #448cd6;
  color: #fff;
  background: #448cd6;
}
.met_pager .PageText {
  margin-left: 10px;
  color: #aaa
}
.met_pager #metPageT, #metPageB {
  text-align: center;
  border: 1px solid #e2dfdf;
  color: #474747;
  background: #fff;
}
.met_pager #metPageT {
  width: 20px;
  padding: 11px 5px 10px
}
.met_pager #metPageB {
  min-width: 40px;
  _width: 40px;
  padding: 9px 0;
  cursor: pointer;
}
*html .met_pager #metPageT {
  height: 13px;
  line-height: 13px
}
*html .met_pager #metPageB {
  padding: 0;
  height: 38px;
  line-height: 30px
}
* + html .met_pager #metPageT {
  height: 13px;
  line-height: 13px
}
* + html .met_pager #metPageB {
  padding: 0;
  height: 38px;
  line-height: 30px
}
.met_module1 {
  padding: 0px 10px 30px 10px
}
.met_module2 {
  padding: 20px 20px 0 20px;
  border: 1px solid #e8e8e8;
}
.met_module2_list {
  padding: 0px 0px 10px;
  margin-top: -15px;
}
.met_module2_list li {
  list-style: none;
  border-bottom: 1px solid #e8e8e8;
  padding: 15px 100px 15px 10px;
  position: relative
}
.met_module2_list h2 {
  font-weight: normal
}
.met_module2_list li p {
  color: #818181
}
.met_module2_list li span.time {
  color: #818181;
  position: absolute;
  right: 10px;
  top: 15px
}
.met_module2_list li h2 i {
  margin-right: 10px;
  position: relative
}
.met_module2_list li.list_2 h2, .met_module2_list li.list_3 h2 {
  margin-bottom: 3px;
  font-weight: bold
}
.met_module2_list li.list_2 {
  padding: 15px 0
}
.met_module2_list li.list_3 {
  padding-left: 100px;
  min-height: 80px
}
.met_module2_list li.list_3 img {
  position: absolute;
  left: 0;
  top: 15px
}
.met_module2_list li.list_3 span.time {
  position: static
}
.met_module2 h1.met_title {
  font-size: 20px;
  font-weight: normal;
  padding: 5px 0;
  margin-bottom: 10px;
  text-align: center;
}
.met_module2 .met_infos {
  color: #818181;
  font-size: 12px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
  text-align: center;
}
.met_module2 .met_time {
  padding-right: 6px
}
.met_module2 .met_source {
  padding-right: 6px
}
.met_module2 .met_source a {
  color: #607fa6
}
.met_module2 .met_editor {
  padding: 0 10px
}
.met_tools {
  border-top: 1px solid #e8e8e8;
  margin-top: 30px;
  position: relative;
  padding: 10px 10px 0;
  height: 50px;
  line-height: 50px
}
.met_tools .met_page {
  clear: both;
  position: absolute;
  right: 5px;
  top: 0;
  color: #818181
}
.met_tools .met_page li {
  display: inline;
  list-style: none;
  margin-left: 30px;
}
.met_tools .met_page li span {
  padding-right: 5px;
}
.met_tools .met_page a {
  color: #607fa6
}
.met_module3_list ul.lists_1 {
  list-style: none;
  margin: 0 -12px;
}
.met_module3_list ul.lists_1 li {
  float: left;
  text-align: center;
  margin: 0 10px;
  margin-bottom: 20px;
  width: 303px;
}
.met_module3_list ul.lists_1 li a {
  text-align: center;
  display: block;
  font-size: 0;
  text-align: center;
  margin: 0 auto;
  position: relative;
  background: #eeeeee;
  padding: 2px;
  border: 0px solid #bfbfbf;
}
.met_module3_list ul.lists_1 li .img {
  padding: 0px;
  background: #fff;
  position: relative;
}
.met_module3_list ul.lists_1 li .product_detail {
	position: relative;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}
.met_module3_list ul.lists_1 li h2 {
	padding: 0px 0px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	position: relative;
	font-weight: normal;
	font-size: 16px;
	color: #333333;
}
.met_module3_list ul.lists_1 li p {
  padding: 0px 0px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-align: left;
  position: relative;
  font-weight: normal;
  font-size: 12px;
  color: #999999;
}
.met_module3_list ul.lists_1 li i {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  line-height: 22px;
  font-style: normal;
  font-size: 22px;
  text-align: center;
  border-radius: 50%;
  background: #448cd6;
  color: #fff;
}
.met_module3_list ul a img {
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  width: 100% !important;
}
.met_module3_list ul.lists_1 li:hover a {
  border: 0px solid #448cd6;
  background: #448cd6;
}
.met_module3_list ul.lists_1 li:hover h2, .met_module3_list ul.lists_1 li:hover p {
  color: #fff;
}
.met_module3_list ul.lists_1 li:hover i {
  background: #fff;
  color: #448cd6;
}
.xgcase {
  padding: 50px 0;
  background: url(../images/relateds.jpg) no-repeat center;
}
.xgcase .lmtit {
  text-align: left;
  margin-bottom: 30px;
}
.xgcase .lmtit .cn {
  font-size: 25px;
  color: #333;
  margin-bottom: 0px;
}
.xgcasenr {
  position: relative;
}
.xgcasenr .bd ul li {
  display: block;
  width: 25%;
  float: left;
}
.xgcasenr .bd ul li a {
  display: block;
  padding: 0 15px;
}
.xgcasenr .bd ul li .pic {
  overflow: hidden;
}
.xgcasenr .bd ul li .pic img {
  width: 100%;
  height: 245px;
  transition: all .5s;
}
.xgcasenr .bd ul li:hover img {
  transform: scale(1.1, 1.1);
}
.xgcasenr .bd ul li .tit {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  color: #333;
  background: #d8d7d7;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xgcasenr .bd ul li:hover .tit {
  background: #448cd6;
  color: #fff;
}
.xgcasenr .prev, .xgcasenr .next {
  opacity: .5;
  width: 40px;
  height: 60px;
  background: #a1a1a1;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  display: block;
  position: absolute;
}
.xgcasenr .prev:hover, .xgcasenr .next:hover {
  opacity: 1;
}
.xgcasenr .prev {
  left: -60px;
  top: 50%;
  margin-top: -30px;
}
.xgcasenr .next {
  right: -60px;
  top: 50%;
  margin-top: -30px;
}
.showpro {
  position: relative;
}
.box {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
}
.tb-pic a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.tb-pic a img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.tb-pic a {
  *display: block;
  *font-family: Arial;
  *line-height: 1;
}
.tb-thumb {
  margin: 10px 0 0;
  overflow: hidden;
}
.tb-thumb li {
  background: none repeat scroll 0 0 transparent;
  float: left;
  height: 62px;
  margin: 0 10px 0 0;
  overflow: hidden;
  padding: 2px;
}
.tb-s310, .tb-s310 a {
  height: 370px;
  width: 370px;
}
.tb-s310, .tb-s310 img {
  max-height: 370px;
  max-width: 370px;
}
.tb-s310 a {
  *font-size: 271px;
}
.tb-s40 a {
  *font-size: 35px;
}
.tb-s40, .tb-s40 a {
  height: 60px;
  width: 60px;
}
.tb-booth {
  border: 1px solid #CDCDCD;
  position: relative;
  z-index: 1;
}
.tb-thumb .tb-selected {
  background: none repeat scroll 0 0 #448cd6;
  height: 60px;
  padding: 2px;
}
.tb-thumb .tb-selected div {
  background-color: #FFFFFF;
  border: medium none;
}
.tb-thumb li div {
  border: 1px solid #CDCDCD;
}
div.zoomDiv {
  z-index: 999;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 200px;
  background: #ffffff;
  border: 1px solid #CCCCCC;
  display: none;
  text-align: center;
  overflow: hidden;
}
div.zoomMask {
  position: absolute;
  background: url("../images/mask.png") repeat scroll 0 0 transparent;
  cursor: move;
  z-index: 1;
}
div.zoomDiv img {
  max-width: none !important;
}
.showprojj {
  min-height: 460px;
}
.showproleft * {
  transition: all 0.3s ease-in-out;
}
.showproleft {
  height: auto;
  padding-left: 400px;
  box-sizing: border-box;
}
.showproleft .title {
  line-height: 30px;
  font-size: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dfdfdf;
  margin-top: 20px;
  color: #448cd6;
}
.showproleft .jj {
  line-height: 30px;
  color: #666;
  padding-bottom: 25px;
  font-size: 14px;
}
.showproleft .jj hr {
  display: block;
  height: 1px;
  background: #dfdfdf;
  border: none;
  margin: 7px 0;
}
.showproleft .price {
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #098ed0;
}
.showproleft .advisory {
  display: block;
  width: 130px;
  height: 40px;
  background: #448cd6;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  border: 1px solid #448cd6;
}
.showproleft .advisory:hover {
  background: #fff;
  color: #448cd6;
}
.slideTxtBox {
  width: 100%;
  text-align: left;
}
.slideTxtBox .hd {
  height: 50px;
  line-height: 30px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.slideTxtBox .hd ul {
  width: 100%;
  position: absolute;
  left: 0px;
  top: -1px;
  height: 52px;
}
.slideTxtBox .hd ul li {
  float: left;
  padding: 0 20px;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}
.slideTxtBox .hd ul li.on {
  background: #fff;
  border: 1px solid #ddd;
  border-bottom: 2px solid #fff;
  color: #448cd6;
  font-weight: bold;
}
.slideTxtBox .bd ul {
  padding: 15px;
  zoom: 1;
  display: block;
  line-height: 24px;
  font-size: 16px;
}
#imglist ul.lists_1 {
  list-style: none;
  margin: 0 -12px;
}
#imglist ul.lists_1 li {
  float: left;
  text-align: center;
  overflow: hidden;
  width: 333px;
  margin: 0 12px auto;
  margin-bottom: 20px;
}
#imglist ul.lists_1 li figure {
  margin: 0;
}
#imglist ul.lists_1 li figcaption {
  font-size: 0;
  height: 0;
}
#imglist ul.lists_1 li a {
  text-align: center;
  display: block;
  background: #f7f7f7;
  border: 1px solid #e9e9e9;
  font-size: 0;
  padding: 7px 7px 0;
  text-align: center;
}
#imglist ul.lists_1 li h2 {
  display: block;
  font-size: 14px;
  padding: 0px 10px;
  font-weight: normal;
  color: #656565;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#imglist ul a img {
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  width: 100% !important;
}
#imglist ul a:hover h2 {
  color: #448cd6
}
#imglist ul.lists_2 {
  list-style: none;
}
#imglist ul.lists_2 li {
  padding: 0px 0px 20px;
  border-bottom: 1px dashed #e8e8e8;
  margin-bottom: 20px;
}
#imglist ul.lists_2 dt {
  float: left;
  position: relative;
  margin-right: 20px;
}
#imglist ul.lists_2 dt img {
  border: 1px solid #ddd;
}
#imglist ul.lists_2 dd h2 {
  padding: 0px 10px 10px 10px;
  font-size: 18px;
  color: #333333;
  font-weight: normal;
}
#imglist ul.lists_2 dd p {
  padding: 5px 10px 20px 10px;
  color: #666666;
  line-height: 28px;
}
#imglist ul.lists_2 dd .productmore a {
  width: 155px;
  height: 40px;
  background: #dadadc;
  line-height: 40px;
  padding: 10px 40px;
  color: #666666;
}
.tjwtBox {
  padding: 22px;
  width: 648px;
  background-color: #fff;
  font-family: 微软雅黑;
}
.tjwtBox h4 {
  padding-bottom: 14px;
  margin-bottom: 22px;
  font-size: 14px;
  color: #676364;
  border-bottom: 1px solid #e8e8e8;
  font-weight: normal;
}
.tjwtBox .m_form {}
.tjwtBox .m_form li {
  margin-bottom: 13px;
  color: #777;
  height: 38px;
}
.tjwtBox .m_form label {
  display: inline-block;
  float: left;
  line-height: 36px;
  height: 36px;
  width: 77px;
  border: 1px solid #dedede;
  border-right-width: 0;
  text-align: center;
  background: #fff;
}
.tjwtBox .m_form .iptTxt {
  float: left;
  width: 252px;
  border: 1px solid #dedede;
  height: 16px;
  line-height: 16px;
  padding: 10px 0;
  outline: none;
  text-indent: 1em;
  background: #fff;
  color: #333;
}
.tjwtBox .m_form .btnTjly {
  width: 93px;
  height: 31px;
  background: #9d2737;
  border: none;
  cursor: pointer;
  color: #fff;
}
.tjwtBox .m_form li.yzm .iptTxt {
  float: left;
  width: 180px;
}
.tjwtBox .m_form .areLi label {
  height: 132px;
}
.tjwtBox .m_form .txtAre {
  float: left;
  width: 343px;
  height: 104px;
  border: 1px solid #dedede;
  outline: none;
  resize: none;
  padding: 14px;
  color: #333;
  line-height: 18px;
}
.tjwtBox .m_form .btnSubmit, .tjwtBox .m_form .btnReset {
  width: 161px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  color: #fff;
  border: none;
  background-color: #b3b3b3;
  cursor: pointer;
}
.tjwtBox .m_form .btnSubmit {
  margin-right: 10px;
  background-color: #448cd6;
  cursor: pointer;
}
.tjwtBox .m_form .areLi {
  height: 138px;
}
.nycon1 {
  margin-top: 10px;
}
.nycon1 .lmtit {
  height: 50px;
  line-height: 50px;
  position: relative;
  padding-left: 17px;
  font-size: 18px;
  font-weight: bold;
  background: #448cd6;
  color: #fff;
}
.nycon1 .lmtit .kuai {
  position: absolute;
  width: 2px;
  height: 24px;
  background: #448cd6;
  left: 0;
  top: 13px;
}
.nycon1 .lmtit .xian {
  width: 70px;
  height: 1px;
  position: absolute;
  background: #448cd6;
  left: 0;
  bottom: 0;
}
.nycon1 .lmtit span {
  font-size: 12px;
  color: #999;
  font-weight: lighter;
  padding-left: 20px;
}
.nycon1 .nr {
	font-size: 14px;
	line-height: 28px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
.nycon1 .nr .pic {
  margin-bottom: 10px;
}
.p14-infolist-1-list dl {
  border: 1px solid #dedede;
  margin-bottom: 15px;
  padding: 22px 50px 22px 22px;
  background: #fff;
  overflow: hidden
}
.p14-infolist-1-list dt {
  width: 29.5%;
  float: left;
  margin-right: 5.8%
}
.p14-infolist-1-list dt img {
  width: 100%;
  display: block
}
.p14-infolist-1-list dd h4 {
  height: 40px;
  font-weight: 400;
  font-size: 18px;
  color: #154c64;
  line-height: 40px;
  margin-bottom: 5px;
  overflow: hidden
}
.p14-infolist-1-list h4 a {
  display: block;
  height: 40px;
  color: #4b4a4a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.p14-infolist-1-list dl:hover {
  border: 1px solid #448cd6
}
.p14-infolist-1-list dl:hover h4 a {
  color: #448cd6
}
.p14-infolist-1-list-desc {
  max-height: 72px;
  font-size: 14px;
  line-height: 24px;
  color: #797979;
  margin-bottom: 28px;
  overflow: hidden
}
.p14-infolist-1-list-deta {
  width: 90px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  float: right;
  background: #b6b6b6;
  color: #fff
}
.p14-infolist-1-list-deta a {
  color: #fff
}
.p14-infolist-1-list dl:hover .p14-infolist-1-list-deta {
  background: #448cd6;
  border-color: #448cd6
}
.p14-infolist-1-list dl:hover .p14-infolist-1-list-deta a {
  color: #fff
}
a:link,a:visited{text-decoration: none;}
.list{width: width: 100%;}
.list ul li{background-color:#f9f9f9;border-top: 1px solid #cccccc;}
.list ul li a{color: #000; display: block; font-weight:bold;position: relative;padding: 10px 10px 10px 25px;font-size: 15px;
}
.list ul li .inactive{ background:url(../images/off.png) no-repeat 184px center;}
.list ul li .inactives{background:url(../images/on.png) no-repeat 184px center;} 
.list ul li ul{display: block;}
.list ul li ul li { border-left:0; border-right:0; background-color:#f9f9f9; border-color:#cccccc;}
.list ul li ul li ul{display: none;}
.list ul li ul li a{
	padding-left: 40px;
	font-weight: normal;
}
.hyfl{
	width: 100%;
	margin-top: 20px;
	padding-top: 60px;
	padding-bottom: 30px;
}
.hyfl li{
	float: left;
	width: 22%;
	box-shadow: 1px 1px 6px #448cd6;
	height: 40px;
	text-align: center;
	padding-top: 170px;
	margin-bottom: 12px;
	color: #FFF;
	margin-right: 1.5%;
	margin-left: 1.5%;
	font-size: 16px;
	line-height: 40px;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.sosoa2{
	float: left;
	width: 180px;
	font-size: 13px;
	margin-left: 20px;
}
        form {
            position: relative;
            width: 180px;
            margin: 0 auto;
        }

        input, button {
            border: none;
            outline: none;
        }

        input {
            width: 100%;
            height: 26px;
            padding-left: 13px;
        }

        button {
            height: 25px;
            width: 25px;
            cursor: pointer;
            position: absolute;
        }

        /*搜索框1*/
        .bar1 {
}
        .bar1 input {
            border: 1px solid #448cd6;
            border-radius: 50px;
            color: #000;background-color:rgba(255,255,255,.5);
        }
        .bar1 button {
	top:1px;
	right:0px;
	background: #448cd6;
	color: #fff;
	border-radius: 50%;
	font-size: 13px;
        }
        .bar1 button:before {
            font-family: FontAwesome;
            font-size: 13px;
            color: #448cd6;
        }